Skip to content

fix(android): separate local storage between WebView processes - #68

Merged
ItsChaceD merged 4 commits into
mainfrom
fix/RMET-4918/isolate-local-storage
May 15, 2026
Merged

fix(android): separate local storage between WebView processes#68
ItsChaceD merged 4 commits into
mainfrom
fix/RMET-4918/isolate-local-storage

Conversation

@ItsChaceD

@ItsChaceD ItsChaceD commented Jan 21, 2026

Copy link
Copy Markdown
Contributor

Description

This PR updates the Android library to 2.0.0 and documents the relevant fix for isolating localStorage on Android.

Context

https://outsystemsrd.atlassian.net/browse/RMET-4918
OutSystems/OSInAppBrowserLib-Android#54

Type of changes

  • Fix (non-breaking change which fixes an issue)
  • Feature (non-breaking change which adds functionality)
  • Refactor (cosmetic changes)
  • Breaking change (change that would cause existing functionality to not work as expected)

Platforms affected

  • Android
  • iOS
  • JavaScript

Tests

MABS 12 Build with fix (BUILD 2)
MABS 11 Build with fix

Steps to reproduce:
The new page includes the setting for IsIsolated and then a toggle for showing an iframe of a website where you can change some stored values like background color, font type, etc... Then there is a button for going to the same URL on the WebView. If storage is isolated then the values won't persist, but if it's toggled off or you are testing on an older device, then the values will be the same as the iframe.

This bug also occurs in iframes, or in the main app itself if the origin is the same

@OS-pedrogustavobilro OS-pedrogustavobilro self-assigned this May 4, 2026
Comment thread src/android/libs/OSInAppBrowserLib-debug.aar Outdated
@wiz-code-outsystems

Copy link
Copy Markdown

Wiz Scan Summary

Scanner Findings
Vulnerability Finding Vulnerabilities 14 High 20 Medium 2 Low
Data Finding Sensitive Data -
Secret Finding Secrets -
IaC Misconfiguration IaC Misconfigurations -
SAST Finding SAST Findings -
Software Management Finding Software Management Findings -
Total 14 High 20 Medium 2 Low

View scan details in Wiz

To detect these findings earlier in the dev lifecycle, try using Wiz Code VS Code Extension.

Pull Request Developer Guidance

Questions? See the Wiz FAQ.

Please contact the Security Office if you encounter issues with Wiz pull request scanning.

@ItsChaceD
ItsChaceD merged commit e25d33c into main May 15, 2026
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants